dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleSqlStatementCollection Class / CopyTo Method / CopyTo(OracleSqlStatement[],Int32) Method
The array to copy the OracleSqlStatement objects into.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo(OracleSqlStatement[],Int32) Method
    In This Topic
    Copies OracleSqlStatement objects from the OracleSqlStatementCollection to the specified array.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As OracleSqlStatement, _
       ByVal index As Integer _
    ) 
    public void CopyTo( 
       OracleSqlStatement[] array,
       int index
    )

    Parameters

    array
    The array to copy the OracleSqlStatement objects into.
    index
    The zero-based index in array at which copying begins.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also